Get the latest update.(www.ramy.pro)
Developing by: Ramy Elkherbawy

How to configure the database.

1 - Import the "exams_lite.sql" into your database.

2 - Put the database access information in the "src/Data/db_config.java" file as the following:

private static final String url_database = "the databse link like (jdbc:mysql://localhost:8889/exams_lite)";
private static final String user="(enter the user name)";
private static final String pass="(enter the password) ";

Sign in as an admin

To sign in as an admin use the following information
email: admin
password: 1234567

Sign in as a student

To sign in as a student use the following information
email: student
password: 1234567